stubby: Fix UCI command in README
authorSalim B <[email protected]>
Sun, 4 Aug 2019 21:15:21 +0000 (21:15 +0000)
committerSalim B <[email protected]>
Sun, 4 Aug 2019 21:20:19 +0000 (23:20 +0200)
Signed-off-by: Salim B <[email protected]>
net/stubby/files/README.md

index bc5344cd807dc05b0417b1f76d50e784fc33171b..12fcef3974084f35f8806f887df98c5a4b6bad55 100644 (file)
@@ -86,7 +86,7 @@ to use resolvers found in `/etc/resolv.conf` by setting the dnsmasq option
 command line:
 
     uci add_list dhcp.@dnsmasq[-1].server='127.0.0.1#5453'
-    uci dhcp.@dnsmasq[-1].noresolv=1
+    uci set dhcp.@dnsmasq[-1].noresolv=1
     uci commit && reload_config
 
 The same outcome can be achieved in the LUCI web interface as follows: